-.wrapper-main {
  max-width: var(--max-width);
  margin: 0 auto;
}

.imgwrap-image-buddy,
.imgwrap-image
{
  box-shadow: var(--box-shadow);
   padding-top: .5em;
}

.header-img,
.header-main {
    width: 100%;
}
   /*
 .header-img
{
  box-shadow: 0.6em 0em 0.0em var(--color);
  padding-top: .5em;
}

  .header-main-nav {
      box-shadow: 0.6em 0.6em  var(--color);
      width: 100%;
  }
      */
.header-main {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-content: center;
  background-color: white;
  margin-bottom: 5rem;
}

.header-main-nav {
  height: 100%;
  line-height: 60px;

}

.header-main-nav ul {
  margin-left: 3px;
}

.header-main-nav ul li {
  display: inline;
  float: left;
}

.header-main-nav ul li a {
  font-family: 'Roboto';
  display: block;
  padding: 0 10px;
}

.header-main-nav ul li a:hover {
  background-color: var(--color);
  opacity: .5;
  color: white;
  border-radius: 10%;
}

.container {
  max-width: 100%;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

h1,
p,
footer {
  padding-bottom: 1%;
  color: var(--color) ;
}

h1 {
padding-left:0.7em;
font-size: x-large;
font-weight: bolder;
}

 .fs{
     text-transform: uppercase;
    line-height: 2em;
     height: 2em;
    font-weight: 900;
     margin-top: -0.5em;
     margin-bottom: -1em;
    font-size:7.5vw;
     margin:0 auto;

    }

p {
  font-size: 175%;
  padding-left: 0.7em;
  line-height: 150%;
  text-indent: 1%;
}

/* Footer */
footer {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}

footer img {
  box-shadow: none;
}

.footer-novels {
  display: flex;
  flex-direction: column;
  padding: 1em;
  align-content: center;
  align-items: center;
}

.btn-primary {
  background-color: var(--clr-light);
  border: none;
  outline: none;
  padding: 2rem 1rem;  
 }

 .btn-primary:hover {
  opacity: .7;
 }
  .bg-image-button {
    background-image: url(/icons/sucuri.jpg);
    height: 55px;
    width: 153px;
    background-size: cover;
    border-radius:50px;
}

@media (width > 400px) {
  
  .grid-item {
    max-height: 181px;
    max-width: 272px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .grid-item .thirteen {
    max-width: 268px;
  }
}